-
Notifications
You must be signed in to change notification settings - Fork 274
build: drop 241 builds #5592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: drop 241 builds #5592
Conversation
Qodana Community for JVM18 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
...aws/toolkits/jetbrains/services/codewhisperer/inlay/InlineCompletionRemoteRendererFactory.kt
Fixed
Show fixed
Hide fixed
...aws/toolkits/jetbrains/services/codewhisperer/inlay/InlineCompletionRemoteRendererFactory.kt
Fixed
Show fixed
Hide fixed
...aws/toolkits/jetbrains/services/codewhisperer/inlay/InlineCompletionRemoteRendererFactory.kt
Fixed
Show fixed
Hide fixed
...aws/toolkits/jetbrains/services/codewhisperer/inlay/InlineCompletionRemoteRendererFactory.kt
Fixed
Show fixed
Hide fixed
...ains-gateway/src/software/aws/toolkits/jetbrains/gateway/connection/workflow/StartBackend.kt
Fixed
Show fixed
Hide fixed
...ains-gateway/src/software/aws/toolkits/jetbrains/gateway/connection/workflow/StartBackend.kt
Fixed
Show fixed
Hide fixed
...ains-gateway/src/software/aws/toolkits/jetbrains/gateway/connection/workflow/StartBackend.kt
Fixed
Show fixed
Hide fixed
| object InlineCompletionRemoteRendererFactory { | ||
| fun createLineInlay(editor: Editor, text: String): EditorCustomElementRenderer = | ||
| InlineCompletionLineRenderer(editor, text, editor.colorsScheme.getAttributes(DebuggerColors.INLINED_VALUES_EXECUTION_LINE)) | ||
| InlineCompletionLineRenderer( |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
| object InlineCompletionRemoteRendererFactory { | ||
| fun createLineInlay(editor: Editor, text: String): EditorCustomElementRenderer = | ||
| InlineCompletionLineRenderer(editor, text, editor.colorsScheme.getAttributes(DebuggerColors.INLINED_VALUES_EXECUTION_LINE)) | ||
| InlineCompletionLineRenderer( |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
| editor, | ||
| listOf(InlineCompletionRenderTextBlock(it, editor.colorsScheme.getAttributes(DebuggerColors.INLINED_VALUES_EXECUTION_LINE))) | ||
| listOf( | ||
| InlineCompletionRenderTextBlock( |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
| editor, | ||
| listOf(InlineCompletionRenderTextBlock(it, editor.colorsScheme.getAttributes(DebuggerColors.INLINED_VALUES_EXECUTION_LINE))) | ||
| listOf( | ||
| InlineCompletionRenderTextBlock( |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
| val start = System.currentTimeMillis() | ||
| val thinClientHandle = try { | ||
| startNewClient(lifetime, localLink, URLEncoder.encode(message("caws.workspace.backend.title"), Charsets.UTF_8)) { | ||
| LinkedClientManager.getInstance().startNewClient( |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
| val start = System.currentTimeMillis() | ||
| val thinClientHandle = try { | ||
| startNewClient(lifetime, localLink, URLEncoder.encode(message("caws.workspace.backend.title"), Charsets.UTF_8)) { | ||
| LinkedClientManager.getInstance().startNewClient( |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
| val start = System.currentTimeMillis() | ||
| val thinClientHandle = try { | ||
| startNewClient(lifetime, localLink, URLEncoder.encode(message("caws.workspace.backend.title"), Charsets.UTF_8)) { | ||
| LinkedClientManager.getInstance().startNewClient( |
Check warning
Code scanning / QDJVMC
Unstable API Usage Warning
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.